PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFDisplayRectangle Class / intersectsWith Method
The rectangle to test.
In This Topic
    intersectsWith Method
    In This Topic
    Determines if this rectangle intersects with visualRectangle.
    Syntax
    public boolean intersectsWith( 
       PDFDisplayRectangle rectangle
    )

    Parameters

    rectangle
    The rectangle to test.

    Return Value

    This method returns true if there is any intersection.
    See Also